/*=====MAIN PAGE IMAGES=====*/
.fly-images {
  /* background-image: url(../photos/home-page/2.jpg); */
  background-repeat: no-repeat;
  width: 100%;
  height: 480px;
}

.carousel .carousel-item img{
  margin-top: -70px;
}

/*MAIN PAGE HIGH LIGHTS SECTION*/
.container-fluid .home-highlights {
  background-color: white;
  box-shadow: 4px 4px black;
  border-radius: 10px;
  text-align: center;
}
.container-fluid .home-highlights:hover {
  border: 1px solid grey;
  box-shadow: 2px 2px 4px 4px black;
}
.container-fluid .home-highlights img{
  height: 250px;
  border-bottom: 1pxx solid black;
}
.container-fluid .home-highlights h1{
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-family: sans-serif;
}
.container-fluid .home-highlights a{
 text-align: center;
 text-decoration: none;
 font-weight: 600;
}
.container-fluid .col-sm-5 img{
  width: 500px;
  height: 350px;
}
.container-fluid .col-sm-4 p{
  text-align: justify;
  color: black;
}

/*SERVICES PAGES STARTS HERE*/
/* VMC-3-AXIS */
.container-fluid .service-highlights {
  background-color: white;
  border: 1px solid #b3b3cc;
  box-shadow: 2px 2px 4px 4px #292826;
  height: 340px;
}
.container-fluid .service-highlights:hover {
  border: 1px solid grey;
  box-shadow: 2px 2px 4px 4px black;
}
.container-fluid .service-highlights img{
  height: 250px;
  border-bottom: 1px solid #d1d1e0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .service-highlights h1{
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-family: sans-serif;
}
.container-fluid .service-highlights p{
  font-size: 13px;
  color: black;
  font-family: sans-serif;
  height: 90px;
  font-weight: bold;
}
.container-fluid .col-sm-5 img{
  width: 500px;
  height: 350px;
}
.container-fluid .col-sm-4 p{
  text-align: justify;
  color: black;
}
.container-fluid .col-sm-12 h4{
  font-weight: bold;
  text-align: center;
}
/*ABOUT PAGE ALIGNMENT*/
.img-fluid img{
  height: 250px;
  width: 100%;
  border-bottom-right-radius: 150px;
}

.container-fluid .about-text{
  background-color: white;
  box-shadow: 1px 1px 5px 5px #3d3e40;
}
.container-fluid .about-text h5{
  font-weight: bold;
  color: #053273;
  margin-left: 0px;
}
.container-fluid .about-text p{
  margin-left: 30px;
  text-align: ;
}
.container-fluid .about-text {
  text-align: center;
}
/*GALLERY PAGE ALIGNMENT*/
 .thumbnail img{
   box-shadow: 1px 1px 4px 4px #3f3f45;
}

/*CONTACT PAGE ALIGNMENT*/
.container-fluid .contact-section{
  margin-top: -160px;
}
.container-fluid .contact-sec-1{
  background-color: white;
  box-shadow: 1px 1px 5px 5px #3d3e40;
}

.container-fluid .contact-sec-1 h5{
  font-weight: bold;
  color: #053273;
  margin-left: 0px;
}
.container-fluid .contact-sec-1 p{
  margin-left: 30px;
  text-align: ;
}
.container-fluid .contact-sec-1 {
  text-align: center;
}
.container-fluid .contact-sec-1 a{
  text-decoration: none;
  font-weight: bold;
}
/* REPAIRS PAGE*/
.container-fluid  .repairs-left h5{
  text-align: left;
}
.container-fluid  .repairs-left a{
  color: blue;
  width: 200px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}
.container-fluid  .repairs-left a:hover{
  color: black;
  width: 200px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}
.container-fluid  .repairs-left img{
  border: 2px solid black;
}
.container-fluid .repairs-highlights {
  background-color: #f0f0f5;
  border: 1px solid #b3b3cc;
  height: 340px;
  width: 280px;
  text-align: center;
}
.container-fluid .repairs-highlights:hover {
  border: 1px solid grey;
}
.container-fluid .repairs-highlights img{
  height: 200px;
  border-bottom: 1px solid #d1d1e0;
}
.container-fluid .repairs-highlights h1{
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-family: sans-serif;
}
.container-fluid .repairs-highlights p{
  font-size: 13px;
  color: black;
  font-family: sans-serif;
  height: 90px;
}
